func go/printer.stripParens
5 uses
go/printer (current package)
nodes.go#L1246: func stripParens(x ast.Expr) ast.Expr {
nodes.go#L1266: return stripParens(px.X)
nodes.go#L1285: p.expr(stripParens(expr))
nodes.go#L1296: p.expr(stripParens(expr))
nodes.go#L1539: p.expr(stripParens(s.X))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)